projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
faa593a
)
Add missing function declarations to pgtk-win.el
author
Po Lu
<luangruo@yahoo.com>
Tue, 30 Nov 2021 01:03:31 +0000
(09:03 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 30 Nov 2021 01:03:31 +0000
(09:03 +0800)
* lisp/term/pgtk-win.el: Add missing IM context related
declarations.
lisp/term/pgtk-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/pgtk-win.el
b/lisp/term/pgtk-win.el
index 3df450070c209442f63a932f17b6be5c85c53fc2..689a5e595a5c2975771476868ef3ecd53c1072dc 100644
(file)
--- a/
lisp/term/pgtk-win.el
+++ b/
lisp/term/pgtk-win.el
@@
-51,6
+51,9
@@
;; pgtkterm.c.
(defvar pgtk-input-file)
+(declare-function pgtk-use-im-context "pgtkim.c")
+(defvar pgtk-use-im-context-on-new-connection)
+
(defun pgtk-handle-nxopen (_switch &optional temp)
(setq unread-command-events (append unread-command-events
(if temp '(pgtk-open-temp-file)